9 Star 166 Fork 15

GVPcellbang / malagu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"name": "@malagu/monorepo",
"version": "0.0.0",
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=16"
},
"resolutions": {
"**/@types/node": "18"
},
"devDependencies": {
"@types/chai": "4.3.0",
"@types/chai-spies": "1.0.3",
"@types/chai-string": "^1.4.0",
"chai": "4.3.4",
"chai-spies": "1.0.0",
"chai-string": "^1.4.0",
"lerna": "^5.6.2",
"nx": "^14.4.3",
"typedoc": "^0.24.8",
"typedoc-plugin-external-module-map": "~1.3.2",
"typedoc-plugin-remove-references": "^0.0.6"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"prepare": "yarn run prepare:references && yarn run prepare:build",
"prepare:references": "node scripts/compile-references.js",
"prepare:build": "yarn build && yarn run lint",
"build": "tsc -b configs/root-compilation.tsconfig.json",
"watch": "tsc -b configs/root-compilation.tsconfig.json -w",
"clean": "yarn lint:clean && lerna run clean",
"build:clean": "lerna run prepare",
"lint": "lerna run lint",
"lint:clean": "rimraf .eslintcache",
"lint:oneshot": "node --max-old-space-size=4096 node_modules/eslint/bin/eslint.js --cache=true \"{dev-packages,packages,examples}/**/*.{ts,tsx}\"",
"docs": "rimraf gh-pages/docs/next && typedoc --tsconfig tsconfig.json --options configs/typedoc.json .",
"test": "yarn test:references && yarn test:malagu",
"test:references": "node scripts/compile-references --dry-run",
"test:malagu": "lerna run test --scope \"@malagu/!(example-)*\" --stream --concurrency=1",
"publish": "yarn && yarn test && yarn publish:latest",
"publish:latest": "lerna publish --exact --ignore-scripts --yes --no-push && yarn -s publish:check",
"publish:next": "lerna publish preminor --exact --ignore-scripts --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes && yarn publish:check",
"publish:check": "node scripts/check-publish.js"
},
"workspaces": [
"dev-packages/*",
"packages/*",
"plugins/*",
"cloud/*",
"ui/*",
"ai/*",
"examples/*"
],
"dependencies": {}
}
TypeScript
1
https://gitee.com/cellbang/malagu.git
git@gitee.com:cellbang/malagu.git
cellbang
malagu
malagu
main

搜索帮助